runtime.moduledata.typemap (field)
8 uses
runtime (current package)
plugin.go#L25: if md.typemap != nil {
symtab.go#L378: typemap map[typeOff]*_type // offset to *_rtype in previous module
type.go#L170: if t := md.typemap[off]; t != nil {
type.go#L267: if prev.typemap == nil {
type.go#L270: t = prev.typemap[typeOff(tl)]
type.go#L282: if md.typemap == nil {
type.go#L288: md.typemap = tm
type.go#L298: md.typemap[typeOff(tl)] = t
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |